# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.676.12.5 -> 1.676.12.6 # include/asm-ia64/unistd.h 1.5 -> 1.6 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/27 bjorn_helgaas@hp.com 1.676.12.6 # ia64: Reserve syscall numbers 1238-1242 for AIO. # -------------------------------------------- # diff -Nru a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h --- a/include/asm-ia64/unistd.h Wed Oct 8 09:07:00 2003 +++ b/include/asm-ia64/unistd.h Wed Oct 8 09:07:00 2003 @@ -212,6 +212,7 @@ */ #define __NR_tkill 1229 #define __NR_security 1233 /* syscall for security modules */ +/* 1238-1242: reserved for io_{setup,destroy,getevents,submit,cancel} */ #if !defined(__ASSEMBLY__) && !defined(ASSEMBLER)